home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / Tango.rfm < prev    next >
Encoding:
Text File  |  2004-10-16  |  1.9 KB  |  52 lines

  1. {
  2.   ⌐1989 Teknic Inc. - Report form for making Tango PCB and Route net lists.
  3.   ⌐1992 Capilano Computing Systems Ltd.
  4.   Initial Version: 3/7/89 - D. Sewhuk
  5.   4/17/89 - DWS - Fixed up to run with DW 2.0 Report Generator
  6.   9/22/92 - CTD - Fixed up for DW 3.0
  7.   6/2/97 - CTD - Fixed up to DW 4.0
  8. }
  9. $CHECK(This report form is intended only for FLAT mode designs) $PURE $PHYSICAL
  10. $NOTES
  11. This format generates a netlist file for Tango PCB.
  12.  
  13. !!! It works only with a flat design. !!!
  14.  
  15. Standard attribute fields used:
  16.  
  17. Name
  18. Ground
  19. Power
  20. SigSources
  21.  
  22. Non-standard attribute fields required:
  23.  
  24. none
  25.  
  26.  
  27. *** IMPORTANT NOTE ***
  28.  
  29. This netlist script for a third party PCB system is provided with DesignWorks on an "as is" basis with no guarantee that it will work in any particular environment.  Capilano Computing has no control over the file formats that may be used by these systems.  These scripts have generally been created and tested in conjunction with DesignWorks users and were developed for use with a specific version of the target system.  The third party developer may change formats at any time, and we do not have the resources to track every version of every system on the market.
  30.  
  31. If this script does not appear to generate the format required for your system, we are happy to assist customers in generating the appropriate format.  Please contact us at tech@capilano.com and provide a sample netlist and as much information as you can about the required format.
  32. $END
  33. $ROWS(32767)
  34. $COLUMNS(70)
  35. $SIGSOURCE(Ground)
  36. $SIGSOURCE(Plus5V) &Power
  37. $DESIGNSIGSOURCE &SigSources
  38. $AUTONUMBER(3)
  39. $CREATEREPORT($DESIGNNAME.NET) $PROMPT $CREATOR(ttxt)
  40. $LINETERMINATOR $DOS
  41. $COMBDEVSON
  42. $CONTSTART()
  43. $CONTEND()
  44. $BUSNAMEON(_)
  45. $MAXITEMSPERLINE(1)
  46. $FIND $SIGNALS $NUMPINS(2)
  47. $SIGPINFORMAT $NEWLINE$DEVNAME-$PINNUM
  48. $SIGNALS($NEWLINE$SIGNAME$PINS$NEWLINE)
  49.  
  50. $SORT $DEVICES$DEVNAME
  51. $DEVICES[$NEWLINE$DEVNAME$NEWLINE&Package$NEWLINE&Value$NEWLINE$NEWLINE$NEWLINE$NEWLINE]
  52.